adTempus API
PreviousUpNext
IScheduleTrigger::TimeZoneID Property

Identifies the Time Zone the trigger will use.

C++
__property BSTR TimeZoneID;
C#
String TimeZoneID;
Visual Basic
Property TimeZoneID() As String

 

When the TimeZoneRule is TimeZoneRuleEnum.SpecifiedTimeZone, the TimeZoneID stores the Windows time zone ID for the time zone selected by the user. The TimeZoneID is not used by adTempus when calculating execution times: the TimeZoneOffset is used for that and therefore must be set. The TimeZoneID is used only to store the selected time zone for display in the user interface.

The user interface uses the time zone IDs as defined in Windows. The time zone data can be found under Registry key HKEY_LOCAL_MACHINESoftwareMicrosoftWindows NTCurrentVersionTime Zones.

adTempus API Reference version 3.0.0.0, revised 10/30/2008